home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
e_clock.rdm
< prev
next >
Wrap
Text File
|
1996-02-22
|
1KB
|
41 lines
Short: A simple clock written in E
Author: hschuman@cs.uni-magdeburg.de
Uploader: hschuman@cs.uni-magdeburg.de
Version: 1.00
Type: dev/ee
Replaces: /dev/e/E-Clock.lha
(bugfix to earlier release)
Author: Horst Schumann
Helmstedter Str. 18
39167 Irxleben
Germany
e-mail: hschuman@cs.uni-magdeburg.de (until June, 1996)
A little clock program written with Amiga E
-------------------------------------------
Thanks to Wouter van Oortmerssen for the programming environment
of Amiga E (and for the release of version 3.2a with which my
code for the timer.device finally worked).
This is just an example for an analogue clock. I tried to do it
as system friendly as possible, but a few calculations are still
in there that take some time, so the system is getting slower,
if the program is running more than 10 times simultaneously.
That might be due to some trigonometric calculations. (I did not
want to put in a look-up table to keep the program small.)
As stated before, this is a simple clock program. I wrote it in
E just to try the language and to have a clock I can customize
to my personal preferences. These personal things are not in
this release, it is just a simple clock written in E for
the E-community to work with.
Copyright: Use it as best as you can. It is public domain.
"Bug": - might be possible to optimize further